Micron Document
baubs git

Node / mirrors / respira / commits / 5ef5849

Commit 5ef58495bb764ce668e9f16deefa18a8408c3c42


Parents : 0e57ade
Author : Jan-Henrik Bruhn <jan-henrik.bruhn@offis.de>
Date : 2025-12-11T13:47:31+01:00

Fix release asset upload by checking out repository

The gh CLI needs to be run in a git repository to determine the target
repo for uploading release assets. Add checkout step to the
upload-to-release job.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Changes

1 files changed, 3 insertions(+), 0 deletions(-)


Diff

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ba7a938..3feb776 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -89,6 +89,9 @@ jobs:
runs-on: ubuntu-latest
steps:
+ - name: Checkout code
+ uses: actions/checkout@v4
+
- name: Download all artifacts
uses: actions/download-artifact@v4
with:

Served by rngit 1.4.2 - Generated in 0.07s